sizerequestcache: Directly initialize some locals
authorTimm Bäder <mail@baedert.org>
Sat, 21 Apr 2018 17:01:06 +0000 (19:01 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 21 Apr 2018 17:06:54 +0000 (19:06 +0200)
commit9b8ff8d6c365bbba2f1274e9f5f0fd30d77a7b7d
treed99a9e2f2607fb61a3b12b87d3e9ba064a58e555
parent1313234ae06fcf76e1721a4852b753fe7648a2f1
sizerequestcache: Directly initialize some locals

Declaring them and initializing them in the same block of code without
an empty line in between is really just confusing.
gtk/gtksizerequestcache.c